Matrix Constructor(Double[,])
In This Topic
Initializes a new instance of Matrix class.A two dimension double array used to save the elements.
Syntax
'Declaration
Public Function New( _
ByVal (,) As Double _
)
public Matrix(
double[,]
)
Parameters
- elements
See Also